Expand description
Implementation of the server_fn
macro.
This crate contains the implementation of the server_fn
macro. server_macro_impl
can be used to implement custom versions of the macro for different frameworks that allow users to pass a custom context from the server to the server function.
Functionsยง
- The implementation of the
server
macro.